Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Value Property


In This Topic
    Value Property (ActionResult<T>)
    In This Topic
    Gets the T value represents the executing result.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As T
    'Usage
     
    
    Dim instance As ActionResult(Of T)
    Dim value As T
     
    value = instance.Value
    public T Value {get;}

    Property Value

    A T value represents the executing result.
    See Also